home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode Both
- mgStateShadeMode Gouraud
- mgStateClip Y
- mgStateColorWriteEnable rgba
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite N
- mgStateZBufferFunc Always
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude HeatFrameBufferBlendParam.txt
-
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend Y
- mgStateAlphaBlendSrc SrcAlpha
- mgStateAlphaBlendDest InvSrcAlpha
- mgStateAlphablendOp Add
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 1
- mgStateAlphaTestFunc GreaterEqual
-
- //-------------------- Fog --------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light --------------------
- mgStateLight N
- mgStateColorVertex N
- mgStateNormalizeNormals Y
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Material
- mgStateAmbientMatSource Material
- mgStateEmissiveMatSource Material
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-